LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Data Property (DataEventArgs<TData>)

Show in webframe






Gets the argument data to pass to an event handler.
Syntax
public TData Data {get;}
'Declaration
 
Public ReadOnly Property Data As TData
'Usage
 
Dim instance As DataEventArgs(Of TData)
Dim value As TData
 
value = instance.Data

            

            
public: __property TData* get_Data();
public:
property TData* Data {
   TData* get();
}

Property Value

The data to pass the an event handler.
Requirements

Target Platforms

See Also

Reference

DataEventArgs<TData> Class
DataEventArgs<TData> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.